ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / BatchOperatingData<T> Class / ItemsCreated Property

In This Topic
    ItemsCreated Property
    In This Topic
    The items being created.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(#3dt.#eet)>
    Public Property ItemsCreated As IList(Of T)
    [JsonConverter(#3dt.#eet)]
    public IList<T> ItemsCreated {get; set;}
    See Also